home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / PhotoSuite II / DATA1.CAB / English_Resources / WorkflowsComponent / Common / PrintPreview.wkf < prev    next >
Encoding:
Text File  |  1999-01-08  |  914 b   |  43 lines

  1. ////////////////////////////////////////////////////////////////
  2. //
  3. //    PrintPreview.wkf
  4. //
  5. //     Main workflow for the Print Preview page
  6. //
  7.  
  8. //9    STRING    file:\TempImages\testprint.tif
  9. //10    CC44E312-D28E-11D0-8D13-00C0A847C2EC    // image loader
  10.  
  11. //10    OUTPUTEASEL
  12.  
  13. // Printers list
  14. 20    STRARR                                        // This gets filled by XPreview
  15.  
  16. // Measurement units list
  17. 21    STRARR    [6031],[6032]                               
  18.  
  19. // Form sizes
  20. // Default values - Xpreview might reset contets of this string array
  21. 22    STRARR    [6070],[6018],[6200],[6201],[6202],[6203],[6204],[6205],[6206],[6207]
  22.  
  23. // Zoom levels
  24. 23    STRARR    [6072],[6073],[6074],[6075]
  25.  
  26. // Coordinates
  27. 30    FLOAT    1            //    x
  28. 31    FLOAT    1            //    y
  29. 32    FLOAT    3 0.01 99.99        //    w
  30. 33    FLOAT    2 0.01 99.99            //    h
  31.  
  32. // Maintain aspect ratio flag
  33. 40    INTEGER    1 0 1
  34.  
  35. // Print current page only flag
  36. 41    INTEGER    0 0 1
  37.  
  38. // Number of copies
  39. 50    INTEGER    1 1 999
  40.  
  41.  
  42. //LINK    9 0 10 0
  43.